projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7b3478a
)
(rmail-dont-reply-to): Delete debugging code.
author
Richard M. Stallman
<rms@gnu.org>
Sat, 22 Mar 1997 03:44:08 +0000
(
03:44
+0000)
committer
Richard M. Stallman
<rms@gnu.org>
Sat, 22 Mar 1997 03:44:08 +0000
(
03:44
+0000)
Don't insist on whitespace after commas.
lisp/mail/mail-utils.el
patch
|
blob
|
history
diff --git
a/lisp/mail/mail-utils.el
b/lisp/mail/mail-utils.el
index 2dc5a7687b8398b09730f6dcb411dcd04a70a629..2462a05340973f76c32ea5f382e3fc417e2b6d25 100644
(file)
--- a/
lisp/mail/mail-utils.el
+++ b/
lisp/mail/mail-utils.el
@@
-148,12
+148,11
@@
Usenet paths ending in an element that matches are removed also."
"\\)"))
(case-fold-search t)
pos epos)
- (setq foo match)
(while (setq pos (string-match match userids))
(if (> pos 0) (setq pos (match-beginning 2)))
(setq epos
;; Delete thru the next comma, plus whitespace after.
- (if (string-match ",[ \t\n]
+
" userids (match-end 0))
+ (if (string-match ",[ \t\n]
*
" userids (match-end 0))
(match-end 0)
(length userids)))
(setq userids